@charset "UTF-8";
/* CSS Document */
html {
    font-family: "Open Sans", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 10px;
}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.6;
    color: #737373;
    background-color: #F7F7F7;
    padding-top: 0 !important;
}
h2 {
    color: #6E06C1;
    font-size: 30px;
}
h3 {
    color: #170D67;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 5px;
}
.fixed-top{
    position: fixed;
    width: 100%;
    z-index: 999;
}
header {
    background-color: #170D67;
    padding: 30px 0;
}
.hero-content {
    margin-top: 105px;
    margin-bottom: 30px;
    padding: 0;
}
.herobanner {
    background-image: url(https://images.go.bge.com/EloquaImages/clients/BaltimoreGasAndElectric/%7B2bf144da-3309-403b-a940-c4b22dbada08%7D_LP_Hero_ODL_ChangeOut_v1.jpg);
    background-size: cover;
    height: 356px;
    padding: 0px 20px 30px 30px;
}
.hero-content .row {
    margin-top: 30px;
}
.hero-content h1 {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 10px;
    text-shadow: 1px 1px 2px #000000;
}
.hero-content p {
    font-family: 'Open Sans', sans-serif;
    color: #ffffff;
    font-size: 1.8em;
    margin-bottom: 10px;
	text-shadow: 1px 1px 2px #000000;
}
.body-dark {
    color: #4A4A4A;
}
.telbody {
    color: #4a4a4a;
    font-weight: 700;
}
ul.bluebullets {
	padding-left: 15px;
}
ul.bluebullets {
    list-style-type: none;
    padding: 0;
}
ul.bluebullets li::before {
    content: '•';
    position: absolute;
    color: #6E06C1;
    display: inline-block;
    font-size: 20px;
    line-height: 1.2em;
    margin-left: -15px;
}
ul.bluebullets li {
    margin-left: 15px;
    margin-bottom: 2px;
}
ul.bluebullets li:last-child {
    margin-bottom: 1.2em;
}
ul.bluebullets li {
    position: relative;
}
.row {
    align-items: stretch;
}
.card {
    background-color: #fff;
    border: 1px solid #ECECEC;
    border-radius: 3px;
    display: block;
    height: 100%;
    padding: 30px;
}
.card h2 {
    margin-top: 0;
}
.flex-container {
    padding: 0;
    margin: 0 -15;
    list-style: none;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-flex-flow: row wrap;
	flex-direction: row;
	flex-wrap: wrap;
    justify-content: flex-start;
    align-items: stretch;
}

.flex-item {
    padding: 1.5rem;
    margin-top: 0;
}
.elq-form .container-fluid {
    padding-left: 0;
    padding-right: 0;
}
.form-element-layout {
    padding: 5px 0;
}
.elq-form .item-padding {
	padding:0.5rem 0 0.8rem 0 !important;
}
.elq-form .field-style._100{
	width: 100% !important;
}
.elq-form .field-style{
	margin: 0 !important;
}
.elq-form input {
	margin-bottom: 0.8rem !important;
	height: 40px !important;
	line-height: 2.2rem !important;
    border: 1px solid #D8D8D8 !important;
    border-radius: 3px;
}


select{
	background: #ffffff;
	border: 1px solid #D8D8D8;
	border-radius: 3px;
	width: 100%;
	height: 55px !important;
    padding-left: 20px;
	font-size: 16px;
	color: #3F3F3F;
	
	
	-webkit-appearance: none;
	-moz-appearance: none;
	-ms-appearance: none;
	-o-appearance: none;
	appearance: none;
}
.field-control-wrapper{
	position: relative;
    max-width: 100%;
}
#formElement5 .field-control-wrapper:after{
	font-family: FontAwesome;
	content:'\f107';
	font-size: 28px;
	position: absolute;
	top: 0;
	right: 0;
	color: #434B67;
    pointer-events: none;
    background: #F7F7F7;
    border: 1px solid #D8D8D8;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    width: 65px;
}

.submit-button {
	width:100% !important;
	height: 50px !important;
    font-size:1.8rem !important;
    line-height: 5rem !important;
    font-weight:700 !important;
    -webkit-appearance: none !important;
}
.disclaimer {
	font-style: italic;
	font-size: 1.1rem;
    line-height: 1.5;
	margin-top: 2rem;
}
.empower {
    margin-top: 100px;
}
.empower p {
    padding-top: 10px;
}
footer {
    background-color:#ddd;
    padding: 30px 0 30px;
    margin-top: 2.5rem;
    color: #4a4a4a;
}
footer ul {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 10px;
}
footer ul li {
    display: inline-block;
}
.contacts li {
    font-size: 12px;
    color: #6c6c6e;
    margin-right: 25px;
}
.contacts a {
    color:#6c6c6e;
    text-decoration: none;
}
.contacts a:focus, .contacts a:hover {
    text-decoration: underline;
}
.social {
    text-align: center;
}
.social li {
    margin: 0 12px;
}
.social a {
    text-decoration: none;
}
.copyright {
    background-color: #6E06C1;
    color: #ffffff;
    padding: 45px 0;
}
.copyright p {
    margin: 0 0 10px;
    line-height: 1.42857143;
}

@media (max-width:1200px) {
    html {
        font-size: 10px;
    }
}
@media (max-width:992px) {
    html {
        font-size: 10px;
    }
    .emd-logo {
        margin: 0 auto 15px auto;
        text-align: center;
    }
}
@media (max-width:768px) {
    html {
        font-size: 10px;
    }
    .bgelogo {
        margin-left: -15px;
    }
    .odllogo {
        margin-right: 10px
    }
    h1 {
        font-size: 3.0rem;
    }
    .container.odd{
        padding: 0 !important;
    }
    .nav-container {
        background-color: #fff;
    }
    .nav-container .odd ul li{
        width: 32% !important;
    }
    .nav-container a{
        color: #0059A4;
        font-weight: 500;
    }
    .active{
        background-color: transparent !important;
    }
    .active a{
        color: #0059A4 !important;
    }
    .secondary-nav {
        display: none;
    }
    .hero-content {
        margin-top: 120px;
    }
    .herobanner {
        background-image: none;
        background-size: cover;
        height: auto;
        padding: 20px 15px 0;
    }
    .hero-content .row {
        margin-top: auto;
    }
    .hero-content h1 {
        font-family: 'Open Sans', sans-serif;
        color: #4a4a4a;
        font-size: 36px;
        font-weight: 400;
        line-height: 1.1;
        margin-bottom: 10px;
        text-shadow: none;
    }
    .hero-content p {
        font-family: 'Open Sans', sans-serif;
        color: #4a4a4a;
        font-size: 1.6em;
        line-height: 1.4;
        margin-bottom: 10px;
    }
    .social {
        margin-top: 20px;
    }
}
@media (max-width:576px) {
    .container.odd{
        width: 100%;
        padding: 0 0 !important;
    }
    #formElement12 .col-xs-12 {
        padding: 0 0;
    }
    #fe550{
        width: 100%;
    }
    .card {
        padding: 20px 15px;
    }
}